ورود به حساب

نام کاربری گذرواژه

گذرواژه را فراموش کردید؟ کلیک کنید

حساب کاربری ندارید؟ ساخت حساب

ساخت حساب کاربری

نام نام کاربری ایمیل شماره موبایل گذرواژه

برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید


09117307688
09117179751

در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید

دسترسی نامحدود

برای کاربرانی که ثبت نام کرده اند

ضمانت بازگشت وجه

درصورت عدم همخوانی توضیحات با کتاب

پشتیبانی

از ساعت 7 صبح تا 10 شب

دانلود کتاب R Graphics [3rd ed.]

دانلود کتاب R Graphics [ویرایش سوم]

R Graphics [3rd ed.]

مشخصات کتاب

R Graphics [3rd ed.]

ویرایش:  
نویسندگان:   
سری:  
ISBN (شابک) : 9781498789059 
ناشر: CRC 
سال نشر: 2018 
تعداد صفحات: 427 
زبان: english 
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 5 مگابایت 

قیمت کتاب (تومان) : 51,000



ثبت امتیاز به این کتاب

میانگین امتیاز به این کتاب :
       تعداد امتیاز دهندگان : 10


در صورت تبدیل فایل کتاب R Graphics [3rd ed.] به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب R Graphics [ویرایش سوم] نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی در مورد کتاب R Graphics [ویرایش سوم]

"این سومین نسخه از کتاب بسیار موفق در استفاده از R برای گرافیک توسط یکی از رهبران این حوزه است. این یک به روز رسانی بزرگ است، با یک بازنگری کامل در تمرکز و دامنه. اکنون در درجه اول بر روی دو گرافیک اصلی تمرکز خواهد شد. پکیج ها در R - گرافیک و گرید - و دارای یک بخش جدید در مورد یکپارچه سازی گرافیک است.این بخش شامل دو فصل جدید در مورد ترکیب سیستم های گرافیکی و گرافیک وب است.بخش سایر بسته های گرافیکی حذف شده است که در مورد برخی از این بسته ها یکپارچه شده است. بخش‌های دیگر کتاب، در صورت لزوم. این کتاب مرجع کلیدی برای سیستم‌های گرافیکی اصلی در R باقی خواهد ماند"--


توضیحاتی درمورد کتاب به خارجی

"This is the third edition of a very successful book on using R for graphics by one of the leaders in the field. This is a major update, with a complete overhaul in focus and scope. It will now focus primarily on the two core graphics packages in R - graphics and grid - and has a new section on integrating graphics. This section includes two new chapters on combining graphics systems and web graphics. The section on other graphics packages has been removed, with discussion of some of these packages integrated with other parts of the book, where appropriate. The book will remain the key reference for the core graphics systems in R"--



فهرست مطالب

Contents......Page 3
Preface......Page 9
Intro to Graphics......Page 16
R Graphics examples......Page 18
Organization of R graphics......Page 34
--- Base Graphics......Page 38
Simple Usage of Base Graphics......Page 39
plot() function......Page 40
Plots of a single variable......Page 45
Plots of two variables......Page 49
Plots of many variables......Page 50
Arguments to graphics functions......Page 54
Specialized plots......Page 57
Customizing Base Graphics......Page 62
Base graphics model in more detail......Page 63
Controlling the appearance of plots......Page 73
Arranging multiple plots......Page 88
Annotating plots......Page 94
Creating new plots......Page 122
Interactive graphics......Page 130
--- Grid Graphics......Page 133
Trellis Graphics - lattice Package......Page 134
The lattice graphics model......Page 135
lattice plot types......Page 138
formula argument & multipanel conditioning......Page 141
group argument & legends......Page 143
layout argument & arranging plots......Page 145
panel argument & annotating plots......Page 148
par.settings & graphical parameters......Page 154
Grammar of Graphics - ggplot2 Package......Page 159
Quick plots......Page 160
ggplot2 graphics model......Page 162
Data......Page 163
Geoms & aesthetics......Page 164
Scales......Page 166
Statistical transformations......Page 170
group aesthetic......Page 174
Position adjustments......Page 175
Coordinate transformations......Page 176
Themes......Page 179
Annotating......Page 182
Extending ggplot2......Page 185
grid Graphics Model......Page 187
Brief overview of grid graphics......Page 188
Graphical primitives......Page 192
Coordinate systems......Page 200
Controlling the appearance of output......Page 206
Viewports......Page 213
Missing values & non-finite values......Page 231
Customizing lattice plots......Page 232
Customizing ggplot2 output......Page 236
grid Graphics Object Model......Page 241
Working with graphical output......Page 242
Listing graphical objects......Page 244
Selecting graphical objects......Page 247
Grob lists, trees & paths......Page 249
Searching for grobs......Page 252
Editing graphical context......Page 253
Forcing graphical objects......Page 254
Graphical objects off-screen......Page 255
Capturing output......Page 257
Querying grobs......Page 259
Placing and packing grobs in frames......Page 266
Display lists......Page 268
Working with lattice grobs......Page 269
Working with ggplot2 grobs......Page 272
New Graphical Functions & Objects......Page 277
Example......Page 278
Graphical functions......Page 279
Graphical objects......Page 284
Mixing graphical functions & graphical objects......Page 305
Debugging grid......Page 309
--- Graphics Engine......Page 311
Graphics Formats......Page 312
Graphics devices......Page 313
Graphical output formats......Page 314
graphics in other documents......Page 322
Device-specific features......Page 323
Multiple pages of output......Page 324
Display lists......Page 325
Extension packages......Page 326
Colors......Page 328
Line styles......Page 334
Fonts......Page 337
Mathematical formulae......Page 352
--- Integrating Graphics Systems......Page 355
Importing Graphics......Page 356
Moon & tides......Page 357
Importing raster graphics......Page 359
Importing vector graphics......Page 362
Combining Graphics Systems......Page 376
gridBase package......Page 377
gridGraphics package......Page 384
Exporting SVG......Page 391
SVG advanced features......Page 395
SVG drawing context......Page 403
SVG definitions......Page 404
Drawing off screen......Page 407
SVG fonts......Page 408
Exporting to other formats......Page 411
Exporting imported images......Page 412
Biblio......Page 414
Index......Page 419




نظرات کاربران